home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / grafik / 3d & render tools / irit / man / man6 / ffsplit.6 < prev    next >
Encoding:
Text File  |  1996-07-16  |  458 b   |  24 lines

  1. .TH FFSPLIT
  2.  6 "IRIT Version 6.0" 
  3. .SH NAME
  4. FFSPLIT
  5.  
  6.  
  7.  
  8.  ListType FFSPLIT( CurveType Crv )
  9.  
  10.  or
  11.  
  12.  ListType FFSPLIT( SurfaceType Srf )
  13.  
  14. Splits the given curve Crv or surface Srf into its scalar
  15. components that are returned as a list of curves/surfaces.
  16.  
  17. Example:
  18.  
  19.  E1Srfs = FFSPLIT( circle( vector( 0, 0, 0 ), 1 ) );
  20.  
  21. splits the circle which is a curve in P3 into four scalar curves (W, X, Y, Z)
  22. that are returned in a single list.
  23. See also FFMERGE, FFPTTYPE.
  24.